New upstream version 6.6.2
authorStuart Prescott <stuart@debian.org>
Sat, 16 Mar 2024 01:11:38 +0000 (12:11 +1100)
committerStuart Prescott <stuart@debian.org>
Sat, 16 Mar 2024 01:11:38 +0000 (12:11 +1100)
commite1f83a75aa19f2cd66000c294d6d213d87a080e6
tree92d7cd59dd510304d3d45a4db93e954eca1314b4
parentcbcb78aa767e9d3dd23a872f63dd682e3ec716ed
New upstream version 6.6.2
471 files changed:
.QT-ENTERPRISE-LICENSE-AGREEMENT
.flake8 [new file with mode: 0644]
.vscode/settings.json
README.md
README.pyside6_addons.md
build_history/blacklist.txt
build_scripts/main.py
build_scripts/options.py
build_scripts/platforms/linux.py
build_scripts/platforms/unix.py
build_scripts/platforms/windows_desktop.py
build_scripts/wheel_files.py
coin/dependencies.yaml
coin/instructions/common_environment.yaml
coin_build_instructions.py
coin_test_instructions.py
create_wheels.py
doc/changelogs/changes-6.6.1
doc/changelogs/changes-6.6.2 [new file with mode: 0644]
examples/async/eratosthenes/eratosthenes_asyncio.py
examples/async/minimal/minimal_asyncio.py
examples/axcontainer/axviewer/axviewer.py
examples/bluetooth/btscanner/device.py
examples/bluetooth/heartrate_game/connectionhandler.py
examples/bluetooth/heartrate_game/devicefinder.py
examples/bluetooth/heartrate_game/devicehandler.py
examples/bluetooth/heartrate_game/doc/heartrate_game.rst
examples/bluetooth/heartrate_game/heartrate_global.py
examples/bluetooth/heartrate_server/heartrate_server.py
examples/bluetooth/lowenergyscanner/characteristicinfo.py
examples/bluetooth/lowenergyscanner/device.py
examples/bluetooth/lowenergyscanner/deviceinfo.py
examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst
examples/bluetooth/lowenergyscanner/main.py
examples/bluetooth/lowenergyscanner/serviceinfo.py
examples/charts/callout/callout.py
examples/charts/chartthemes/main.py
examples/charts/donutbreakdown/donutbreakdown.py
examples/charts/legend/legend.py
examples/charts/memoryusage/memoryusage.py
examples/charts/modeldata/modeldata.py
examples/charts/percentbarchart/percentbarchart.py
examples/charts/pointconfiguration/chartwindow.py
examples/charts/pointselectionandmarkers/pointselectionandmarkers.py
examples/charts/pointselectionandmarkers/utilities.py
examples/corelib/ipc/sharedmemory/dialog.py
examples/corelib/settingseditor/settingseditor.py
examples/corelib/threads/mandelbrot.py
examples/datavisualization/graphgallery/bargraph.py
examples/datavisualization/graphgallery/main.py
examples/datavisualization/graphgallery/variantbardataproxy.py
examples/datavisualization/qmlsurfacegallery/main.py
examples/dbus/pingpong/ping.py
examples/dbus/pingpong/pong.py
examples/demos/documentviewer/mainwindow.py
examples/demos/documentviewer/pdfviewer/pdfviewer.py
examples/demos/documentviewer/recentfiles.py
examples/demos/documentviewer/viewerfactory.py
examples/designer/taskmenuextension/registertictactoe.py
examples/designer/taskmenuextension/tictactoe.py
examples/designer/taskmenuextension/tictactoeplugin.py
examples/external/matplotlib/widget3d/widget3d.py
examples/external/opencv/webcam_pattern_detection.py
examples/external/scikit/staining_colors_separation.py
examples/graphs/widgetgallery/main.py
examples/graphs/widgetgallery/variantbardataproxy.py
examples/gui/analogclock/main.py
examples/gui/rhiwindow/main.py
examples/gui/rhiwindow/rhiwindow.py
examples/installer_test/hello.py
examples/location/mapviewer/doc/mapviewer.rst
examples/multimedia/audiooutput/audiooutput.py
examples/multimedia/audiooutput/doc/audiooutput.rst
examples/multimedia/audiosource/audiosource.py
examples/multimedia/audiosource/doc/audiosource.rst
examples/multimedia/camera/camera.py
examples/multimedia/camera/doc/camera.rst
examples/multimedia/camera/videosettings.py
examples/multimedia/player/player.py
examples/multimedia/screencapture/screenlistmodel.py
examples/network/blockingfortuneclient/blockingfortuneclient.py
examples/network/downloader/downloader.py
examples/network/fortuneclient/fortuneclient.py
examples/network/fortuneserver/fortuneserver.py
examples/network/googlesuggest/googlesuggest.py
examples/network/threadedfortuneserver/threadedfortuneserver.py
examples/networkauth/redditclient/redditmodel.py
examples/networkauth/redditclient/redditwrapper.py
examples/opengl/contextinfo/contextinfo.py
examples/opengl/hellogl2/mainwindow.py
examples/opengl/hellogl2/window.py
examples/opengl/textures/textures.py
examples/opengl/threadedqopenglwidget/renderer.py
examples/pdf/quickpdfviewer/main.py
examples/qml/editingmodel/doc/editingmodel.rst
examples/qml/editingmodel/main.py
examples/qml/editingmodel/model.py
examples/qml/tutorials/extending-qml-advanced/adding/main.py
examples/qml/tutorials/extending-qml-advanced/adding/person.py
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.py
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py
examples/qml/tutorials/extending-qml-advanced/binding/main.py
examples/qml/tutorials/extending-qml-advanced/methods/main.py
examples/qml/tutorials/extending-qml-advanced/properties/main.py
examples/qml/tutorials/extending-qml-advanced/properties/person.py
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/customPropertyTypes.py
examples/qml/tutorials/extending-qml/chapter5-listproperties/listproperties.py
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.py
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.py
examples/qml/usingmodel/doc/usingmodel.rst
examples/qml/usingmodel/usingmodel.py
examples/qml/usingmodel/view.qml
examples/quick/models/objectlistmodel/doc/objectlistmodel.rst
examples/quick/models/objectlistmodel/objectlistmodel.py
examples/quick/models/stringlistmodel/doc/stringlistmodel.rst
examples/quick/models/stringlistmodel/stringlistmodel.py
examples/quick/painteditem/doc/painteditem.rst
examples/quick/rendercontrol/rendercontrol_opengl/cuberenderer.py
examples/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.py
examples/quick/scenegraph/openglunderqml/main.py
examples/quick/window/main.py
examples/quick3d/customgeometry/main.py
examples/quick3d/proceduraltexture/ProceduralTextureModule/Main.qml
examples/quick3d/proceduraltexture/gradienttexture.py
examples/quick3d/proceduraltexture/main.py
examples/quickcontrols/contactslist/Contact/ContactDelegate.ui.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/ContactDialog.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/ContactForm.ui.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/ContactList.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/ContactView.ui.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/SectionDelegate.ui.qml [new file with mode: 0644]
examples/quickcontrols/contactslist/Contact/qmldir [new file with mode: 0644]
examples/quickcontrols/contactslist/contactlist.pyproject [new file with mode: 0644]
examples/quickcontrols/contactslist/contactmodel.py [new file with mode: 0644]
examples/quickcontrols/contactslist/doc/contactslist.rst [new file with mode: 0644]
examples/quickcontrols/contactslist/doc/qtquickcontrols-contactlist.png [new file with mode: 0644]
examples/quickcontrols/contactslist/main.py [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/filesystemexplorer.py
examples/quickcontrols/gallery/doc/gallery.rst
examples/quickcontrols/gallery/gallery.py
examples/serialbus/can/main.py
examples/serialbus/can/mainwindow.py
examples/serialbus/can/sendframebox.py
examples/serialbus/modbus/modbusclient/mainwindow.py
examples/serialport/terminal/mainwindow.py
examples/serialport/terminal/settingsdialog.py
examples/spatialaudio/audiopanning/main.py
examples/sql/books/bookdelegate.py
examples/sql/books/books.qrc
examples/sql/books/bookwindow.py
examples/sql/books/images/star-filled.svg [new file with mode: 0644]
examples/sql/books/images/star.png [deleted file]
examples/sql/books/images/star.svg [new file with mode: 0644]
examples/sql/books/main.py
examples/sql/books/rc_books.py
examples/statemachine/rogue/rogue.py
examples/utils/pyside_config.py
examples/webenginequick/nanobrowser/quicknanobrowser.py
examples/webenginewidgets/markdowneditor/main.py
examples/webenginewidgets/notifications/notificationpopup.py
examples/webenginewidgets/simplebrowser/browser.py
examples/webenginewidgets/simplebrowser/browserwindow.py
examples/webenginewidgets/simplebrowser/downloadwidget.py
examples/webenginewidgets/simplebrowser/main.py
examples/webenginewidgets/simplebrowser/webview.py
examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.py
examples/widgets/animation/animatedtiles/animatedtiles.py
examples/widgets/animation/appchooser/appchooser.py
examples/widgets/animation/easing/easing.py
examples/widgets/animation/states/states.py
examples/widgets/desktop/systray/window.py
examples/widgets/dialogs/classwizard/classwizard.py
examples/widgets/dialogs/classwizard/listchooser.py
examples/widgets/dialogs/standarddialogs/standarddialogs.py
examples/widgets/dialogs/trivialwizard/trivialwizard.py
examples/widgets/draganddrop/draggabletext/draggabletext.py
examples/widgets/effects/lighting/lighting.py
examples/widgets/gettext/doc/gettext.rst [new file with mode: 0644]
examples/widgets/graphicsview/anchorlayout/anchorlayout.py
examples/widgets/graphicsview/collidingmice/collidingmice.py
examples/widgets/graphicsview/diagramscene/diagramscene.py
examples/widgets/graphicsview/dragdroprobot/dragdroprobot.py
examples/widgets/graphicsview/elasticnodes/elasticnodes.py
examples/widgets/imageviewer/imageviewer.py
examples/widgets/itemviews/address_book/adddialogwidget.py
examples/widgets/itemviews/address_book/address_book.py
examples/widgets/itemviews/address_book/addresswidget.py
examples/widgets/itemviews/address_book/tablemodel.py
examples/widgets/itemviews/basicfiltermodel/basicsortfiltermodel.py
examples/widgets/itemviews/dirview/dirview.py
examples/widgets/itemviews/editabletreemodel/mainwindow.py
examples/widgets/itemviews/fetchmore/fetchmore.py
examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.py
examples/widgets/itemviews/stardelegate/stardelegate.py
examples/widgets/itemviews/stardelegate/stareditor.py
examples/widgets/itemviews/stardelegate/starrating.py
examples/widgets/layouts/basiclayouts/basiclayouts.py
examples/widgets/layouts/dynamiclayouts/dynamiclayouts.py
examples/widgets/linguist/doc/linguist.rst [new file with mode: 0644]
examples/widgets/linguist/main.py
examples/widgets/mainwindows/application/application.py
examples/widgets/mainwindows/dockwidgets/dockwidgets.py
examples/widgets/mainwindows/mdi/mdi.py
examples/widgets/painting/basicdrawing/basicdrawing.py
examples/widgets/painting/concentriccircles/concentriccircles.py
examples/widgets/painting/painter/painter.py
examples/widgets/richtext/orderform/orderform.py
examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.py
examples/widgets/richtext/textedit/main.py
examples/widgets/richtext/textedit/textedit.py
examples/widgets/tools/regularexpression/regularexpressiondialog.py
examples/widgets/tutorials/addressbook/part2.py
examples/widgets/tutorials/addressbook/part3.py
examples/widgets/tutorials/addressbook/part4.py
examples/widgets/tutorials/addressbook/part5.py
examples/widgets/tutorials/addressbook/part6.py
examples/widgets/tutorials/addressbook/part7.py
examples/widgets/tutorials/cannon/t10.py
examples/widgets/tutorials/cannon/t11.py
examples/widgets/tutorials/cannon/t12.py
examples/widgets/tutorials/cannon/t13.py
examples/widgets/tutorials/cannon/t14.py
examples/widgets/tutorials/cannon/t4.py
examples/widgets/tutorials/cannon/t5.py
examples/widgets/tutorials/cannon/t6.py
examples/widgets/tutorials/cannon/t7.py
examples/widgets/tutorials/cannon/t8.py
examples/widgets/tutorials/cannon/t9.py
examples/widgets/tutorials/modelview/2_formatting.py
examples/widgets/tutorials/modelview/3_changingmodel.py
examples/widgets/tutorials/modelview/6_treeview.py
examples/widgets/tutorials/modelview/7_selections.py
examples/widgets/widgets/charactermap/characterwidget.py
examples/widgets/widgets/charactermap/mainwindow.py
examples/widgets/widgets/digitalclock/doc/digitalclock.rst
examples/widgets/widgets/tetrix/tetrix.py
examples/widgets/widgetsgallery/widgetgallery.py
examples/xml/dombookmarks/dombookmarks.py
requirements-doc.txt
requirements.txt
sources/pyside-tools/CMakeLists.txt
sources/pyside-tools/android_deploy.py
sources/pyside-tools/deploy.py
sources/pyside-tools/deploy.pyproject
sources/pyside-tools/deploy_lib/__init__.py
sources/pyside-tools/deploy_lib/android/__init__.py
sources/pyside-tools/deploy_lib/android/android_config.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/android_helper.py
sources/pyside-tools/deploy_lib/android/buildozer.py
sources/pyside-tools/deploy_lib/android/recipes/PySide6/__init__.tmpl.py
sources/pyside-tools/deploy_lib/config.py
sources/pyside-tools/deploy_lib/default.spec
sources/pyside-tools/deploy_lib/deploy_util.py
sources/pyside-tools/deploy_lib/nuitka_helper.py
sources/pyside-tools/deploy_lib/pyside_icon.icns [new file with mode: 0644]
sources/pyside-tools/deploy_lib/pyside_icon.ico [new file with mode: 0644]
sources/pyside-tools/deploy_lib/python_helper.py
sources/pyside-tools/project.py
sources/pyside-tools/project/newproject.py
sources/pyside-tools/project/project_data.py
sources/pyside-tools/pyside_tool.py
sources/pyside-tools/qml.py
sources/pyside-tools/qtpy2cpp_lib/tests/baseline/basic_test.py
sources/pyside-tools/qtpy2cpp_lib/tests/test_qtpy2cpp.py
sources/pyside-tools/qtpy2cpp_lib/visitor.py
sources/pyside-tools/requirements-android.txt [new file with mode: 0644]
sources/pyside6/.cmake.conf
sources/pyside6/CMakeLists.txt
sources/pyside6/PySide6/QtAsyncio/__init__.py
sources/pyside6/PySide6/QtAsyncio/events.py
sources/pyside6/PySide6/QtAsyncio/futures.py
sources/pyside6/PySide6/QtAsyncio/tasks.py
sources/pyside6/PySide6/QtCharts/CMakeLists.txt
sources/pyside6/PySide6/QtCharts/typesystem_charts.xml
sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml
sources/pyside6/PySide6/QtGui/CMakeLists.txt
sources/pyside6/PySide6/QtSql/typesystem_sql.xml
sources/pyside6/PySide6/glue/qtcore.cpp
sources/pyside6/PySide6/glue/qtnetworkauth.cpp
sources/pyside6/PySide6/glue/qtuitools.cpp
sources/pyside6/PySide6/glue/qtwebenginecore.cpp
sources/pyside6/PySide6/glue/qtwebenginewidgets.cpp
sources/pyside6/PySide6/templates/gui_common.xml
sources/pyside6/cmake/Macros/PySideModules.cmake
sources/pyside6/cmake/PySideSetup.cmake
sources/pyside6/doc/CMakeLists.txt
sources/pyside6/doc/PySide6/QtAsyncio/index.rst [new file with mode: 0644]
sources/pyside6/doc/_static/qtforpython.ico [new file with mode: 0644]
sources/pyside6/doc/additionaldocs.lst
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/conf.py.in
sources/pyside6/doc/contents.rst
sources/pyside6/doc/developer/adapt_qt.rst [new file with mode: 0644]
sources/pyside6/doc/developer/add_module.rst
sources/pyside6/doc/developer/add_port_example.rst
sources/pyside6/doc/developer/documentation.rst
sources/pyside6/doc/developer/feature-motivation.rst
sources/pyside6/doc/developer/index.rst
sources/pyside6/doc/developer/signature_doc.rst
sources/pyside6/doc/extras/QtBluetooth.rst
sources/pyside6/doc/extras/QtCore.ClassInfo.rst
sources/pyside6/doc/extras/QtCore.Property.rst
sources/pyside6/doc/extras/QtCore.Signal.rst
sources/pyside6/doc/extras/QtCore.Slot.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
sources/pyside6/doc/extras/QtMultimedia.rst
sources/pyside6/doc/extras/QtQml.QPyQmlParserStatus.rst
sources/pyside6/doc/extras/QtQml.QPyQmlPropertyValueSource.rst
sources/pyside6/doc/extras/QtQml.QmlSingleton.rst
sources/pyside6/doc/extras/QtQml.QmlUncreatable.rst
sources/pyside6/doc/extras/QtUiTools.loadUiType.rst
sources/pyside6/doc/faq/typesoffiles.rst
sources/pyside6/doc/faq/whatisshiboken.rst
sources/pyside6/doc/gettingstarted/linux.rst
sources/pyside6/doc/gettingstarted/porting_from2.rst
sources/pyside6/doc/inheritance_graph.py
sources/pyside6/doc/modules.rst
sources/pyside6/doc/qdoc_spawner.py.in [new file with mode: 0644]
sources/pyside6/doc/quickstart.rst
sources/pyside6/doc/tutorials/basictutorial/clickablebutton.rst
sources/pyside6/doc/tutorials/basictutorial/dialog.rst
sources/pyside6/doc/tutorials/basictutorial/translations.rst
sources/pyside6/doc/tutorials/basictutorial/treewidget.rst
sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
sources/pyside6/doc/tutorials/expenses/expenses.rst
sources/pyside6/doc/tutorials/index.rst
sources/pyside6/doc/tutorials/portingguide/chapter1/chapter1.rst
sources/pyside6/doc/tutorials/portingguide/chapter2/chapter2.rst
sources/pyside6/doc/tutorials/portingguide/chapter3/chapter3.rst
sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
sources/pyside6/doc/videos.rst
sources/pyside6/libpyside/CMakeLists.txt
sources/pyside6/libpyside/globalreceiverv2.cpp
sources/pyside6/libpyside/globalreceiverv2.h
sources/pyside6/libpyside/pysideqslotobject_p.cpp [new file with mode: 0644]
sources/pyside6/libpyside/pysideqslotobject_p.h [new file with mode: 0644]
sources/pyside6/libpyside/pysidesignal.cpp
sources/pyside6/libpyside/pysidesignal_p.h
sources/pyside6/libpyside/qobjectconnect.cpp
sources/pyside6/libpyside/qobjectconnect.h
sources/pyside6/libpysideqml/pysideqmlregistertype.h
sources/pyside6/plugins/designer/designercustomwidgets.cpp
sources/pyside6/tests/CMakeLists.txt
sources/pyside6/tests/QtAsyncio/qasyncio_test.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_cancel_task.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_chain.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_executor.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_queues.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_threadsafe.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_time.py
sources/pyside6/tests/QtBluetooth/localdevice.py
sources/pyside6/tests/QtCore/bug_515.py
sources/pyside6/tests/QtCore/classinfo_test.py
sources/pyside6/tests/QtCore/feature_with_uic/window.py
sources/pyside6/tests/QtCore/loggingcategorymacros_test.py
sources/pyside6/tests/QtCore/multiple_feature_test.py
sources/pyside6/tests/QtCore/qcbor_test.py
sources/pyside6/tests/QtCore/qobject_parent_test.py
sources/pyside6/tests/QtCore/qresource_test.py
sources/pyside6/tests/QtCore/qtimer_singleshot_test.py
sources/pyside6/tests/QtCore/snake_prop_feature_test.py
sources/pyside6/tests/QtDataVisualization/datavisualization_test.py
sources/pyside6/tests/QtGui/qcolor_test.py
sources/pyside6/tests/QtGui/qfontmetrics_test.py
sources/pyside6/tests/QtGui/qicon_test.py
sources/pyside6/tests/QtOpenGL/qopenglwindow_test.py
sources/pyside6/tests/QtQml/bug_451.py
sources/pyside6/tests/QtQml/bug_456.py
sources/pyside6/tests/QtQml/bug_557.py
sources/pyside6/tests/QtQml/bug_726.py
sources/pyside6/tests/QtQml/bug_814.py
sources/pyside6/tests/QtQml/bug_825.py
sources/pyside6/tests/QtQml/bug_926.py
sources/pyside6/tests/QtQml/bug_995.py
sources/pyside6/tests/QtQml/connect_python_qml.py
sources/pyside6/tests/QtQml/qquickview_test.py
sources/pyside6/tests/QtQml/registersingletontype.py
sources/pyside6/tests/QtQml/signal_arguments.py
sources/pyside6/tests/QtUiTools/bug_1060.py
sources/pyside6/tests/QtUiTools/bug_552.py
sources/pyside6/tests/QtUiTools/bug_797.py
sources/pyside6/tests/QtUiTools/bug_958.py
sources/pyside6/tests/QtWidgets/bug_400.py
sources/pyside6/tests/QtWidgets/bug_667.py
sources/pyside6/tests/QtWidgets/bug_854.py
sources/pyside6/tests/QtWidgets/paint_event_test.py
sources/pyside6/tests/QtWidgets/qlabel_test.py
sources/pyside6/tests/QtWidgets/qmenu_test.py
sources/pyside6/tests/QtWidgets/qstyle_test.py
sources/pyside6/tests/QtWidgets/qtreeview_test.py
sources/pyside6/tests/QtWidgets/qvariant_test.py
sources/pyside6/tests/pysidetest/constructor_properties_test.py
sources/pyside6/tests/pysidetest/container_test.py
sources/pyside6/tests/pysidetest/enum_test.py
sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py
sources/pyside6/tests/pysidetest/multiple_inheritance_test.py
sources/pyside6/tests/pysidetest/pyenum_relax_options_test.py
sources/pyside6/tests/pysidetest/signalinstance_equality_test.py
sources/pyside6/tests/pysidetest/snake_case_sub.py
sources/pyside6/tests/pysidetest/snake_case_test.py
sources/pyside6/tests/pysidetest/true_property_test.py
sources/pyside6/tests/registry/scrape_testresults.py
sources/pyside6/tests/registry/util.py
sources/pyside6/tests/signals/invalid_callback_test.py
sources/pyside6/tests/signals/qobject_sender_test.py
sources/pyside6/tests/tools/list-class-hierarchy.py
sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
sources/pyside6/tests/tools/pyside6-deploy/extensive_deploy_test.py
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/pyside6/tests/util/helper/docmodifier.py
sources/pyside6/tests/util/helper/usesqapplication.py
sources/pyside6/tests/util/processtimer.py
sources/shiboken6/.cmake.conf
sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
sources/shiboken6/ApiExtractor/abstractmetalang.cpp
sources/shiboken6/ApiExtractor/abstractmetatype.cpp
sources/shiboken6/ApiExtractor/abstractmetatype.h
sources/shiboken6/ApiExtractor/clangparser/clangutils.cpp
sources/shiboken6/ApiExtractor/clangparser/clangutils.h
sources/shiboken6/ApiExtractor/doxygenparser.cpp
sources/shiboken6/ApiExtractor/include.cpp
sources/shiboken6/ApiExtractor/include.h
sources/shiboken6/ApiExtractor/messages.cpp
sources/shiboken6/ApiExtractor/messages.h
sources/shiboken6/cmake/ShibokenHelpers.cmake
sources/shiboken6/cmake/ShibokenSetup.cmake
sources/shiboken6/data/Shiboken6Config-spec.cmake.in
sources/shiboken6/data/shiboken6.pc.in
sources/shiboken6/doc/CMakeLists.txt
sources/shiboken6/doc/conf.py.in
sources/shiboken6/doc/shibokengenerator.rst
sources/shiboken6/doc/typesystem_specifying_types.rst
sources/shiboken6/generator/CMakeLists.txt
sources/shiboken6/generator/generator.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.h
sources/shiboken6/generator/shiboken/headergenerator.cpp
sources/shiboken6/generator/shiboken/headergenerator.h
sources/shiboken6/generator/shiboken/shibokengenerator.cpp
sources/shiboken6/generator/shiboken/shibokengenerator.h
sources/shiboken6/libshiboken/CMakeLists.txt
sources/shiboken6/libshiboken/basewrapper.cpp
sources/shiboken6/libshiboken/helper.cpp
sources/shiboken6/libshiboken/pep384impl.cpp
sources/shiboken6/libshiboken/pep384impl.h
sources/shiboken6/libshiboken/sbkversion.h.in
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/tests/CMakeLists.txt
sources/shiboken6/tests/shibokenmodule/module_test.py
testing/buildlog.py
testing/command.py
testing/runner.py
testing/wheel_tester.py
tools/cross_compile_android/android_utilities.py
tools/cross_compile_android/main.py
tools/cross_compile_android/templates/cross_compile.tmpl.sh
tools/cross_compile_android/templates/toolchain_default.tmpl.cmake
tools/doc_modules.py
wheel_artifacts/pyproject.toml.base
wheel_artifacts/setup.py.base